DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CreateInternalList Method
The source.

In This Topic
    CreateInternalList Method (C1GroupDataCollection<S>)
    In This Topic
    Creates the internal list from the source.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateInternalList( _
       ByVal source As IReadOnlyList(Of S) _
    ) As IReadOnlyList(Of Object)
    protected override IReadOnlyList<object> CreateInternalList( 
       IReadOnlyList<S> source
    )

    Parameters

    source
    The source.
    See Also